<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.common-padding1{
	padding-bottom: 5rem
}
.common-crumbs{
	line-height: 7rem;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 50%;
}
.common-crumbs a{
	color: #fff;
	font-size: 1.33rem;
	cursor: default
}
.common-crumbs a[href]{
	cursor: pointer
}
.common-crumbs a:last-of-type{
	color: #ffae00;
}
.common-pc-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height:80px;
	z-index: 21;
	text-align: right;
	transition: all linear 0.2s;
	background: rgba(34,34,34,.8)
}
.common-pc-nav.isFixed{
	background: rgba(8,18,32,.7)
}
.common-pc-nav.innermode{
	position: relative;
	background: #070f33
}
.common-pc-nav .logo-area{
	float: left;
	padding-left: 166px
}
.common-pc-nav .pc-nav-wrap{
	float: right;
	font-size: 0;
	padding-right: 38px
}
.common-pc-nav .pc-nav-wrap.mode2{
	padding-right: 166px;
	background: rgb(45,159,126); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(45,159,126,1) 0%, rgba(49,116,203,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(45,159,126,1) 0%,rgba(49,116,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(45,159,126,1) 0%,rgba(49,116,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9f7e', endColorstr='#3174cb',GradientType=1 ); /* IE6-9 */
}
.common-pc-nav .pc-nav-wrap .pc-nav-content{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 48px;
	font-size: 0
}
.common-pc-nav .pc-nav-wrap.mode2 .pc-nav-content:nth-of-type(1){
	margin-left: 38px
}
.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a{
	display: inline-block;
	vertical-align: middle;
	color: #30a885;
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	position: relative
}
.common-pc-nav .pc-nav-wrap.mode2 .pc-nav-content &gt; a{
	color: #fff
}
.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a i{
	position: absolute;
	width: 11px;
	height: 6px;
	background-size: 100%;
	top: 50%;
	right: -17px;
	margin-top: -2px;
	transition: all linear 0.2s
}
.common-pc-nav .pc-nav-wrap .pc-nav-content:hover &gt; a i{
	transform: rotate(180deg)
}
.common-pc-nav .pc-nav-wrap .pc-nav-content .nav-dropdown{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	color: #333;
	transition: all linear 0.2s;
	opacity: 0;
	pointer-events: none;
	text-align:center
}
.common-pc-nav .pc-nav-wrap .pc-nav-content:hover .nav-dropdown{
	opacity: 1;
	pointer-events: auto;
	top: 100%
}
.common-pc-nav .pc-nav-wrap .pc-nav-content .nav-dropdown a{
	display: block;
	color: #aaa;
	white-space: nowrap;
	font-size: 16px;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	background: rgba(17,17,17,.84)
}
.common-pc-nav .pc-nav-wrap .pc-nav-content .nav-dropdown a:hover{
	color: #fff
}
.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a.special{
	border: 1px solid rgba(255,255,255,.5);
	height: 30px;
	line-height: 28px;
	font-size: 0;
	padding: 0 14px;
	border-radius: 3px
}
.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a.special span,.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a.special img{
	display: inline-block;
	vertical-align: middle;
}
.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a.special span{
	font-size: 16px;
	margin-right: 10px
}
.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a.special:hover,.common-pc-nav .pc-nav-wrap .pc-nav-content &gt; a.special.active{
	border-color:#ffae00;
	background: #ffae00
}
.swiper-container-index1 a,.swiper-container-index1 a img{
	display: block;
	width: 100%;
	border: none;
	outline: none
}
.swiper-button-prev-index1,.swiper-button-next-index1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	z-index: 11;
	outline: none;
	cursor: pointer;
}
.swiper-button-prev-index1.swiper-button-disabled,.swiper-button-next-index1.swiper-button-disabled{
	opacity: .5
}
.swiper-button-prev-index1{
	transform: translateY(-50%) rotate(180deg)
}
.swiper-button-next-index1{
	right: 5%;
	left: auto
}
.banner-nav-wrap{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1300px;
	height: 152px;
	background: rgba(34,34,34,.8);
	z-index: 11;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.banner-nav-wrap .banner-nav-content{
	border-right: 1px solid rgba(99,99,99,.2);
	padding: 34px 0 0 38px;
	overflow: hidden;
	height: 100%;
	flex: 1
}
.banner-nav-wrap .banner-nav-content h3{
	font-size: 18px;
	color: #fff;
}
.banner-nav-wrap .banner-nav-content .link-area{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 1rem;
	font-size: 0
}
.banner-nav-wrap .banner-nav-content .link-area a{
	font-size: 14px;
	line-height: 22px;
	color: #888;
	width:33.3333%
}
.index-model1{
	background: #f6f6f6 url(../images/bg-index1.jpg) no-repeat center;
	background-attachment: fixed
}
.common-title{
	padding: 2.8rem 0 3rem;
	text-align: center;
	cursor: default
}
.common-title.mode3{
	padding-top: 0;
	padding-bottom: 0
}
.common-title img{
	display: inline-block;
}
.common-title h3{
	font-size: 3rem;
	line-height: 3rem;
	margin: 1.2rem auto 1.3rem
}
.common-title h3 font{
	display: inline-block;
	border-left: 1px solid #333;
	font-weight: lighter;
	padding-left: 1.3rem;
	margin-left: 1.3rem
}
.common-title.mode3 h3{
	font-size: 2rem;
	line-height: 2rem;
}
.common-title.mode3 h3 font{
	border-left: none;
	border-right: 1px solid #333;
	margin-left: 0;
	padding-left: 0;
	margin-right: 1.3rem;
	padding-right: 1.3rem
}
.common-title h4{
	font-size: 1.33rem;
	line-height: 1.5rem
}
.common-title i{
	display: block;
	margin: 1.6rem auto 0;
	width: 2.5rem;
	height: 3px;
	background: #2d9f7e
}
.common-title p{
	font-size: 1.33rem;
	line-height: 1.8rem;
	color: #888;
	margin-top: 1.2rem
}
.common-title.mode2 h3,.common-title.mode2 h4,.common-title.mode2 p{
	color: #fff;
}
.common-title.mode2 i{
	background: #fff
}
.model1-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.model1-wrap .model1-content{
	width: 25%;
	text-align: center;
	cursor: default
}
.model1-wrap .model1-content .num-area{
	width: 176px;
	height: 177px;
	border-radius: 100%;
	background: url(../images/bg-model1-1.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	position: relative;
	margin: auto;
	transition: all linear 0.2s
}
.model1-wrap .model1-content:hover .num-area{
	background: url(../images/bg-model1-2.png) no-repeat center;
	background-size: 100% 100%;
}
.model1-wrap .model1-content .num-area b{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: normal;
	height: 5rem;
	line-height: 5rem;
	width: 100%
}
.model1-wrap .model1-content .num-area b font{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 5rem;
	letter-spacing: -3px;
	display: inline-block;
}
.model1-wrap .model1-content .num-area b i{
	font-size: 1.66rem;
	line-height: 2.5rem;
	color: #fff;
	display: inline-block;
	padding-left: 0.3rem
}
.model1-wrap .model1-content .num-area b em{
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	display: inline-block;
	vertical-align: top
}
.model1-wrap .model1-content .text-area{
	font-size: 1.33rem;
	color: #555;
	line-height: 2rem;
	padding-top: 2.5rem
}
.model1-wrap .model1-content .text-area i{
	display: block;
}
.model2-content-wrap a{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1.6rem;
	overflow: hidden;
}
.model2-content-wrap a:last-of-type{
	margin-bottom: 0
}
.model2-content-wrap &gt; a{
	float: left;
	width: 75.25%;
}
.model2-content-wrap a span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.33rem;
	color: #fff;
	padding: 0 3rem;
	background: rgba(0,0,0,.4);
	transition: all linear 0.2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.model2-content-wrap &gt; a span{
	height: 6.33rem;
	line-height: 6.33rem
}
.model2-content-wrap a:hover span{
	opacity: 0
}
.model2-content-wrap a img{
	display: block;
	width: 100%;
	transition: all linear 0.2s
}
.model2-content-wrap a:hover img{
	transform: scale(1.2)
}
.model2-content-wrap a .float-area{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	opacity: 0;
	transition: all linear 0.2s;
	width: 80%;
}
.model2-content-wrap a:hover .float-area{
	opacity: 1
}
.model2-content-wrap a .float-area h3{
	font-size: 1.33rem;
	color: #fff;
}
.model2-content-wrap a .float-area i{
	width: 66px;
	height: 66px;
	border-radius: 100%;
	background: rgba(0,0,0,.4);
	font-size: 1.16rem;
	line-height: 1.33rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem auto;
}
.model2-content-wrap .right-area{
	float: right;
	width: 23.46%;
}
.swiper-pagination-style1,.swiper-pagination-style2{
	text-align: center;
	padding-bottom: 2.4rem
}
.swiper-pagination-style1 .swiper-pagination-bullet,.swiper-pagination-style2 .swiper-pagination-bullet{
	display: inline-block;
	width: auto;
	border-radius: 0.3rem;;
	background: #fff;
	height: 3.33rem;
	line-height: 3.33rem;
	padding: 0 2.4rem;
	color: #555;
	font-size: 1.33rem;
	outline: none;
	border: 1px solid #fff;
	position: relative;
	opacity: 1;
	user-select: none;
}
.swiper-pagination-style2 .swiper-pagination-bullet{
	border-color: #fff;
	color: #fff;
	margin:0 0.6rem;
	background: none
}
.swiper-pagination-style1 .swiper-pagination-bullet i,.swiper-pagination-style2 .swiper-pagination-bullet i{
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 6px solid #2d9f7e;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: none
}
.swiper-pagination-style2 .swiper-pagination-bullet i{
	border-top-color: #fff
}
.swiper-pagination-style1 .swiper-pagination-bullet i::after,.swiper-pagination-style2 .swiper-pagination-bullet i::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
	border-top: 6px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.swiper-pagination-style1 .swiper-pagination-bullet-active,.swiper-pagination-style2 .swiper-pagination-bullet-active{
	color: #2d9f7e;
	border-color: #2d9f7e
}
.swiper-pagination-style2 .swiper-pagination-bullet-active{
	border-color: #fff;
	background: #fff
}
.swiper-pagination-style1 .swiper-pagination-bullet-active i,.swiper-pagination-style2 .swiper-pagination-bullet-active i{
	display: block
}
.btn-more-wrap{
	padding-top: 5rem;
	text-align: center
}
.btn-more-wrap a{
	display: inline-block;
	height: 3.33rem;
	line-height: 3.33rem;
	padding: 0 3.5rem;
	border:1px solid #c3c3c3;
	color: #888;
	font-size: 1.16rem;
	border-radius: 0.3rem
}
.btn-more-wrap.mode2 a{
	color: #fff
}
.btn-more-wrap a:hover{
	background: #2d9f7e;
	border-color: #2d9f7e;
	color: #fff;
}
.index-model3{
	background: url(../images/bg-index2.jpg) no-repeat center;
	background-size: 100%;
	background-attachment: fixed
}
.common-link1{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.common-link1 span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6.33rem;
	line-height: 6.33rem;
	font-size: 1.33rem;
	color: #fff;
	padding: 0 3rem;
	background: rgba(0,0,0,.4);
	transition: all linear 0.2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.common-link1:hover span{
	opacity: 0
}
.common-link1 img{
	display: block;
	width: 100%;
	transition: all linear 0.2s
}
.common-link1:hover img{
	transform: scale(1.2)
}
.common-link1 .float-area{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	opacity: 0;
	transition: all linear 0.2s;
	width: 80%;
}
.common-link1:hover .float-area{
	opacity: 1
}
.common-link1 .float-area h3{
	font-size: 1.33rem;
	color: #fff;
}
.common-link1 .float-area i{
	width: 66px;
	height: 66px;
	border-radius: 100%;
	background: rgba(0,0,0,.4);
	font-size: 1.16rem;
	line-height: 1.33rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem auto;
}
.model3-content-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.model3-content-wrap &gt; a{
	width: 50%
}
.model4-wrap .swiper-container-index5{
	background: #111;
	height: 552px;
}
.swiper-container-index5 .swiper-slide a span,.swiper-container-index5 .swiper-slide .float-area{
	display: none
}
.swiper-container-index5 .swiper-slide-active{
	width: 69% !important;
}
.swiper-container-index5 .swiper-slide-active a span,.swiper-container-index5 .swiper-slide-active .float-area{
	display: block
}
.swiper-container-index5 .swiper-slide-prev,.swiper-container-index5 .swiper-slide-next{
	width: 15.5% !important;
	opacity: .24
}
.swiper-container-index5 .swiper-slide-prev a,.swiper-container-index5 .swiper-slide-next a{
	pointer-events: none
}
.swiper-container-index5 .swiper-slide-prev img,.swiper-container-index5 .swiper-slide-next img{
	max-width: none;
	width: auto;
	height: 100%
}
.swiper-button-prev-index5,.swiper-button-next-index5{
	left: 8.5%;
	top: 50%;
	transform: translateY(-50%);
	right: auto;
	background: none;
	margin: 0;
	outline: none;
	height: 3.33rem;
	line-height: 3rem;
	width: 5.83rem;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 0.3rem;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	transition: all linear 0.2s
}
.swiper-button-prev-index5:hover,.swiper-button-next-index5:hover{
	color: #2d9f7e;
	border-color: #2d9f7e
}
.swiper-button-next-index5{
	right: 8.5%;
	left: auto
}
.index-model5{
	background: #f7f7f7 url(../images/bg-index3.jpg) no-repeat center top;
	background-size: 100%;
}
.model6-wrap{
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0
}
.model6-wrap a{
	float: left;
	width: 12.5%;
	height: 6.33rem;
	line-height: 6.33rem;
	text-align: center;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0
}
.model6-wrap a img{
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
.model6-wrap.inner-mode{
	margin-bottom: 6rem
}
.index-model7{
	background: #47927d
}
.model7-content{
	float: left;
	width: 48.8%;
	border-radius: 0.3rem;
	overflow: hidden;
	background: #fff
}
.model7-content:last-of-type{
	float: right
}
.model7-content .title-area{
	height: 5.66rem;
	background: #f0f0f0;
	position: relative;
	padding: 0 3.33rem
}
.model7-content .title-area h3{
	display: inline-block;
	font-size: 1.5rem;
	color: #333;
	line-height: 5.6rem;
	border-bottom: 2px solid #2d9f7e
}
.model7-content .title-area a{
	position: absolute;
	right: 3.33rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.16rem;
	color: #888;
}
.model7-content .title-area a:hover{
	color: #2d9f7e
}
.model7-content .list-area a{
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding: 1.66rem 3.33rem;
	width: 100%
}
.model7-content .list-area a:last-of-type{
	border-bottom: none
}
.model7-content .list-area h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.33rem;
	color: #333;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all linear 0.2s
}
.model7-content .list-area a:hover h3{
	color: #2d9f7e;
}
.model7-content .list-area p{
	font-size: 1.16rem;
	line-height: 1.66rem;
	height: 3.32rem;
	overflow: hidden;
	color: #888;
	margin-top: 1rem
}
.model7-content .list-area i{
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background: #626262;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	font-size: 1.33rem;
	margin:1.345px 1rem 1.345px 0;
	transition: all linear 0.2s
}
.model7-content .list-area a:hover i{
	background: #2d9f7e
}
.common-footer{
	background: #333;
	padding: 5.6rem 15px 7rem
}
.footer-nav-wrap{
	float: left;
}
.footer-nav-wrap .footer-nav-content{
	margin-right: 8rem;
	float: left;
}
.footer-nav-wrap .footer-nav-content a{
	display: block;
	font-size: 1.16rem;
	line-height: 2rem;
	color: #fff;
}
.footer-nav-wrap .footer-nav-content a:nth-of-type(1){
	font-size: 1.33rem;
	margin-bottom: 1rem;
	font-weight: 600
}
.footer-nav-wrap .footer-nav-content a:hover{
	text-decoration: underline !important
}
.footer-wrap .erweima-area{
	float: right;
	text-align: center
}
.footer-wrap .erweima-area span{
	font-size: 1.16rem;
	color: #888;
	display: block;
	margin-top: 1rem
}
.footer-link-wrap{
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	padding: 2.3rem 0.4rem;
	margin-top: 4.5rem
}
.footer-link-wrap span{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.33rem;
	color: #fff;
}
.footer-link-wrap .link-area{
	display: inline-block;
	vertical-align: middle;
	margin-left: 3rem;
	font-size: 0
}
.footer-link-wrap .link-area a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.16rem;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #fff;
	border-right: 1px solid #fff;
	padding-right:1.1rem;
	margin-right:1.1rem
}
.footer-link-wrap .link-area a:last-of-type{
	border: none;
	padding-right: 0;
	margin-right: 0
}
.footer-copy{
	padding: 3rem 0.4rem 0;
	font-size: 0
}
.footer-copy a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.16rem;
	color: #888;
	margin-right: 1.3rem
}
.footer-copy a:last-of-type{
	margin: 0
}
.inner-banner-wrap img{
	display: block;
	width: 100%
}
.second-nav-wrap{
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
	background: #333;
	line-height: 7.5rem;
	font-size: 0
}
.second-nav-wrap a{
	display: inline-block;
	margin: 0 0.5rem;
	height: 3.33rem;
	line-height: 3.33rem;
	color: #fff;
	border: 1px solid transparent;
	font-size: 1.33rem;
	padding: 0 2.5rem;
	border-radius: 0.3rem;
	position: relative;
	cursor: pointer
}
.second-nav-wrap a.active{
	border-color: #2d9f7e;
	color: #2d9f7e
}
.second-nav-wrap a i{
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 6px solid #2d9f7e;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: none
}
.second-nav-wrap a.active i{
	display: block
}
.second-nav-wrap a i::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
	border-top: 6px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.vr-model1-wrap{
	padding-top: 6rem;
}
.vr-model1-wrap .left-area{
	float: left;
	width: 23.3%;
}
.vr-model1-wrap .right-area{
	float: right;
	width: 73.5%;
}
.swiper-pagination-vr .swiper-pagination-bullet{
	width: 100%;
	display: block;
	height: 70px;
	line-height: 70px;
	position: relative;
	background: #f7f7f7;
	border: 1px solid #ececec;
	border-radius: 0.3rem;
	outline: none;
	overflow: hidden;
	margin-bottom: 1rem;
	opacity: 1;
	padding-left: 4.2rem;
	font-size: 1.33rem;
	transition: all linear 0.2s
}
.swiper-pagination-vr .swiper-pagination-bullet i{
	position: absolute;
	right: 4.2rem;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.5rem;
	opacity: 0;
	transition: all linear 0.2s
}
.swiper-pagination-vr .swiper-pagination-bullet-active,.swiper-pagination-vr .swiper-pagination-bullet:hover{
	background: #2d9e80;
	padding-left: 5.2rem;
	color: #fff
}
.swiper-pagination-vr .swiper-pagination-bullet-active i,.swiper-pagination-vr .swiper-pagination-bullet:hover i{
	right: 5.2rem;
	opacity: 1
}
.inner-tab-link{
	white-space: nowrap;
	text-align: center;
	font-size: 0;
}
.inner-tab-link a{
	display: inline-block;
	margin: 0 0.5rem;
	height: 3.33rem;
	line-height: 3.33rem;
	color: #333;
	border: 1px solid transparent;
	font-size: 1.33rem;
	padding: 0 2.5rem;
	border-radius: 0.3rem;
	position: relative
}
.inner-tab-link a.active{
	border-color: #2d9f7e;
	color: #2d9f7e
}
.inner-tab-link a i{
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 6px solid #2d9f7e;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: none
}
.inner-tab-link a.active i{
	display: block
}
.inner-tab-link a i::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
	border-top: 6px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.case-list-wrap .case-list-content{
	display: block;
	width: 100%;
	margin-top: 3.2rem;
	border: 1px solid #ececec;
	transition: all linear 0.2s;
	background: #fff;
}
.case-list-content:hover{
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1)
}
.case-list-content .img-area{
	height: 254px;
	overflow: hidden
}
.case-list-content .img-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s
}
.case-list-content:hover .img-area img{
	transform: scale(1.1)
}
.case-list-content .text-area{
	line-height: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.33rem;
	color: #555;
	padding: 0 1rem;
	text-align: center;
}
.inner-padding{
	padding: 6rem 15px
}
.common-edit-wrap img,.common-edit-wrap video,.common-edit-wrap iframe{
	max-width: 100%;
	outline: none;
	border: none;
}
.notvr-info-wrap{
	padding: 7rem 15px 6.66rem
}
.notvr-info-wrap .left-area{
	width: 48%;
	float: left
}
.notvr-info-wrap .right-area{
	width: 48%;
	float: right;
}
.notvr-info-wrap .right-area h3{
	font-size: 3rem;
	line-height: 4rem
}
.notvr-info-wrap .right-area h4{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #555;
	margin: 1rem 0 2.5rem
}
.notvr-info-wrap .right-area i{
	display: block;
	width: 2.5rem;
	height: 3px;
	margin: 0 0 2.5rem;
	background: #2d9f7e;
}
.notvr-info-wrap .right-area p{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #888;
}
.case-top-img{
	position: relative;
	margin-top: 10px
}
.case-top-img img{
	display: block;
	width: 100%;
}
.case-top-list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 6rem;
}
.case-top-list a{
	width: 48.93%;
	position: relative;
	overflow: hidden
}
.case-top-list a img{
	width: 100%;
	display: block;
	transition: all linear 0.2s
}
.case-top-list span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 90px;
	background: rgba(0,0,0,.3);
	text-align: center;
	font-size: 1.33rem;
	color: #fff;
	padding: 0 1rem
}
.case-top-list a:hover{
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.2)
}
.case-top-list a:hover img{
	transform: scale(1.1)
}
.inner-edit-wrap{
	padding: 1rem 0 6rem
}
.inner-edit-wrap.mode2{
	padding-bottom: 0
}
.list-news-wrap a{
	display: block;
	width: 100%;
	padding: 1rem 0 5rem
}
.list-news-wrap a .title-area{
	position: relative;
	border-bottom: 1px solid #dedede;
	line-height: 5rem;
	height: 5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-news-wrap a .title-area h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
	color: #333;
	line-height: 5rem;
	transition: all linear 0.2s
}
.list-news-wrap a:hover .title-area h3{
	color: #2d9f7e
}
.list-news-wrap a .title-area h4{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.16rem;
	color: #888;
}
.list-news-wrap a .title-area em{
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.33rem;
	background: #626262;
	margin-right: 1rem;
	transition: all linear 0.2s
}
.list-news-wrap a:hover .title-area em{
	background: #2d9f7e
}
.list-news-wrap a .title-area i{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6rem;
	height: 1px;
	background: #333;
	transition: all linear 0.2s
}
.list-news-wrap.mode2 a .title-area i{
	width: 2rem;
}
.list-news-wrap a:hover .title-area i{
	background: #2d9f7e
}
.list-news-wrap a .text-area{
	font-size: 1.33rem;
	line-height: 2.1rem;
	color: #888;
	margin-top: 1.6rem;
	max-height: 4.2rem;
	overflow: hidden
}
.news-pages{
	padding: 5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.news-pages a{
	display: inline-block;
	width: 49.5%;
	height: 5rem;
	line-height: 5rem;
	padding: 0 2.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #eaeaea;
	font-size: 1.33rem;
	color: #555;
}
.news-pages a:hover{
	color: #fff;
	background: #2d9f7e
}
.contact-wrap{
	padding-bottom: 8rem
}
.contact-wrap .contact-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5rem; 
}
#map1{
	height: 296px;
}
.contact-wrap .contact-content .img-area{
	box-shadow: 0 0.3rem 1.5rem rgba(189,179,165,.3)
}
.contact-wrap .contact-content .img-area &gt; img{
	display: block;
	width: 100%
}
.contact-wrap .contact-content .img-area,.contact-wrap .contact-content .text-area{
	width: 47%;
}
.contact-wrap .contact-content:nth-of-type(2n) .text-area{
	text-align: right
}
.contact-wrap .contact-content .text-area h3{
	font-size: 1.8rem;
	line-height: 2rem;
}
.contact-wrap .contact-content .text-area i{
	display: inline-block;
	width: 2.6rem;
	height: 1px;
	margin: 2rem 0 1.7rem;
	background: #9c9c9c
}
.contact-wrap .contact-content .text-area p{
	font-size: 1.33rem;
	line-height: 2.2rem;
	color: #555;
}
@media (max-width:1280px) {
	.inner-padding{
		padding: 8vw 15px
	}
	.inner-edit-wrap{
		padding: 3vw 0 6vw
	}
	.common-padding1{
		padding-bottom: 8vw !important
	}
	.common-padding2{
		padding: 6vw 0
	}
	.common-title{
		padding:8vw 0 5vw
	}
	.common-title h3{
		font-size: 5vw;
		line-height: 6vw;
		margin: 3vw auto 2vw
	}
	.common-title.mode3 h3{
		font-size: 4vw;
		line-height: 5vw;
	}
	.common-title i{
		margin-top: 2vw
	}
	.common-title h4,.common-title p{
		font-size: 3.73vw;
		line-height: 5vw
	}
	.banner-nav-wrap{
		display: none
	}
	.index-model1{
		background-attachment: inherit
	}
	.model1-wrap{
		flex-wrap: wrap
	}
	.model1-wrap .model1-content{
		width: 50%;
	}
	.model1-wrap .model1-content .num-area{
		width: 28vw;
		height: 28vw;
	}
	.model1-wrap .model1-content .num-area b font{
		font-size: 9vw;
		letter-spacing: 0
	}
	.model1-wrap .model1-content .num-area b i{
		font-size: 5vw;
	}
	.model1-wrap .model1-content .num-area b em{
		font-size: 5vw;
	}
	.model1-wrap .model1-content .text-area{
		font-size: 3.46vw;
		padding: 3vw 1vw;
		line-height: 5vw;
	}
	.model1-wrap .model1-content .text-area i{
		display: inline
	}
	.swiper-pagination-style1, .swiper-pagination-style2{
		padding-bottom: 4vw;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.swiper-pagination-style1 .swiper-pagination-bullet, .swiper-pagination-style2 .swiper-pagination-bullet{
		height: 8vw;
		line-height: 8vw;;
		padding: 0 6vw;
		font-size: 3.46vw;
	}
	.model2-content-wrap a{
		margin-bottom: 3vw
	}
	.model2-content-wrap &gt; a{
		width: 100%;
		margin-bottom: 3vw !important
	}
	.model2-content-wrap a span{
		height: 10vw;
		line-height: 10vw;
		padding: 0 4vw;
		font-size: 3.46vw
	}
	.model2-content-wrap .right-area{
		width: 100%;
	}
	.btn-more-wrap{
		padding-top: 6vw
	}
	.index-model3{
		background-attachment: inherit;
		background-size: auto 100%
	}
	.model3-content-wrap{
		flex-wrap: wrap
	}
	.model3-content-wrap &gt; a{
		width: 100%;
		margin-bottom: 3vw
	}
	.model3-content-wrap &gt; a:last-of-type{
		margin-bottom: 0
	}
	.common-link1 span{
		height: 10vw;
		line-height: 10vw;
		padding: 0 4vw;
		font-size: 3.46vw
	}
	.model4-wrap .swiper-container-index5{
		height: auto
	}
	.swiper-container-index5 .swiper-slide-active,.swiper-container-index5 .swiper-slide-prev, .swiper-container-index5 .swiper-slide-next{
		width: 100% !important
	}
	.swiper-container-index5 .swiper-slide-prev img, .swiper-container-index5 .swiper-slide-next img{
		width: 100%;
		max-width: 100%
	}
	.swiper-button-prev-index5, .swiper-button-next-index5{
		height: 8vw;
		line-height: 8vw;
		width: auto;
		padding: 0 4vw;
		font-size: 4vw;
	}
	.index-model5{
		background-size: auto 100%
	}
	.model6-wrap a{
		width: 25%;
		height: 14vw;
		line-height: 14vw;
	}
	.model7-content{
		width: 100%;
		border-radius: 0
	}
	.model7-content .title-area{
		height: 14vw;
		padding: 0 5vw
	}
	.model7-content .title-area h3{
		line-height: 13.8vw;
		font-size: 4vw;
	}
	.model7-content .title-area a{
		right: 5vw;
	}
	.model7-content .list-area a{
		padding: 3vw 5vw;
	}
	.common-footer{
		padding: 8vw 15px 21vw
	}
	.footer-nav-wrap{
		display: none
	}
	.footer-wrap .erweima-area{
		float: none;
		display: block;
	}
	.footer-link-wrap{
		margin-top: 6vw;
		padding: 3vw 0
	}
	.footer-link-wrap span{
		display: block
	}
	.footer-link-wrap .link-area{
		display: block;
		margin:2vw 0 0
	}
	.footer-copy{
		padding: 6vw 0 0
	}
	.second-nav-wrap{
		line-height: normal;
		padding: 3vw;
	}
	.second-nav-wrap a{
		height: 8vw;
		line-height: 8vw;
		padding: 0 3vw;
		font-size: 3.46vw;
	}
	.vr-model1-wrap{
		padding-top: 6vw;
	}
	.vr-model1-wrap .left-area{
		width: 100%;
	}
	.swiper-pagination-vr{
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden
	}
	.swiper-pagination-vr .swiper-pagination-bullet{
		display: inline-block;
		width: auto;
		height: 8vw;
		line-height: 8vw;
		padding: 0 2vw;
		font-size: 3.46vw;
		margin-right: 2vw;
	}
	.swiper-pagination-vr .swiper-pagination-bullet i{
		display: none
	}
	.vr-model1-wrap .right-area{
		width: 100%
	}
	.swiper-pagination-vr .swiper-pagination-bullet-active, .swiper-pagination-vr .swiper-pagination-bullet:hover{
		padding: 0 2vw;
	}
	.inner-tab-link a{
		height: 8vw;
		line-height: 8vw;
		padding: 0 3vw;
		font-size: 3.46vw;
	}
	.inner-tab-link a i{
		display: none !important
	}
	.case-list-content .img-area{
		height: auto;
	}
	.case-list-wrap .case-list-content{
		margin-top: 3vw
	}
	.case-list-content .text-area{
		line-height: 8vw;
		font-size: 3.46vw;
	}
	.inner-tab-link{
		overflow-x: auto;
		overflow-y: hidden
	}
	.notvr-info-wrap{
		padding: 4vw 15px
	}
	.notvr-info-wrap .left-area{
		width: 100%
	}
	.notvr-info-wrap .right-area{
		width: 100%
	}
	.notvr-info-wrap .right-area h3{
		font-size: 5vw;
		line-height: 7vw;
		padding-top: 2vw
	}
	.notvr-info-wrap .right-area h4{
		font-size: 3.46vw;
		margin: 2vw 0
	}
	.notvr-info-wrap .right-area i{
		margin: 2vw 0
	}
	.notvr-info-wrap .right-area p{
		font-size: 3.46vw;
		line-height: 5vw;
	}
	.case-top-img{
		margin-top: 0;
		margin-bottom: -4vw
	}
	.case-top-list{
		flex-wrap: wrap;
		padding-bottom: 0
	}
	.case-top-list a{
		width: 100%;
		margin-bottom: 3vw;
	}
	.case-top-list span{
		line-height: 10vw;
		font-size: 3.73vw;
	}
	.model6-wrap.inner-mode{
		margin-bottom: 8vw
	}
	.list-news-wrap a{
		padding: 0 0 5vw
	}
	.list-news-wrap a .title-area h3{
		font-size: 4vw;
		max-width: 78%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.list-news-wrap a .text-area{
		margin-top: 2vw
	}
	.news-pages{
		flex-wrap: wrap;
		padding: 6vw 0
	}
	.news-pages a{
		margin-top: 2vw;
		width: 100%;
		height: 10vw;
		line-height: 10vw;
		padding: 0 3vw;
		font-size: 3.46vw
	}
	.contact-wrap .contact-content{
		padding-top: 4vw;
		flex-wrap: wrap
	}
	.contact-wrap .contact-content .img-area, .contact-wrap .contact-content .text-area{
		width: 100%;
	}
	#map1{
		height: 44vw
	}
	.contact-wrap .contact-content .text-area{
		margin-top: 3vw;
	}
	.contact-wrap .contact-content .text-area h3{
		font-size: 4vw;
	}
	.contact-wrap .contact-content .text-area i{
		margin: 2vw 0
	}
	.contact-wrap .contact-content .text-area p{
		font-size: 3.46vw;
		line-height: 5.5vw;
	}
	.contact-wrap .contact-content:nth-of-type(2n) .text-area{
		text-align: left
	}
	.contact-wrap{
		padding-bottom: 8vw
	}
}</pre></body></html>